home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / povibm20.zip / IBMPCEXE.DOC < prev    next >
Text File  |  1993-10-01  |  24KB  |  499 lines

  1.  
  2.             IBM-PC executable notes for POV-Ray Ver 2.00  
  3. -----------------------------------------------------------------------------
  4.  
  5. Please read thru this file *completely*, it contains several hints & tips for
  6. getting POV-Ray running smoothly on various systems.
  7.  
  8. See IBMPC.DOC for IBM-PC specific command line options and file conversion
  9. information.
  10.  
  11. Please note that this doc file is specific to the POV-Ray executable compiled
  12. with Intels "Code Builder" 32bit extended DOS compiler. Exectables compiled
  13. with other "C" compilers will *** NOT *** run or behave as described in this
  14. document. POVMOD is also a utility that is specifically for the "Code Builder"
  15. compile.
  16.  
  17.      ----------------------------
  18.             General Notes
  19.      ----------------------------
  20.  
  21. This is a 32 bit protected mode version of POV-Ray. It has been compiled for 
  22. 32 bit protected mode with Intels 386/486 Code Builder Kit. 
  23. Please Note: It *ABSOLUTELY REQUIRES* the following:
  24.  
  25.   80386SX, 80386DX, 80486DX/SX or Pentium Based machine. This version will 
  26.   run on any machine with, or without, a CoProcessor. If no CoProcessor is 
  27.   detected a protected mode 387 emulator will be loaded and used. If a 
  28.   CoProcessor is detected the emulator will not be loaded and the CoProcessor 
  29.   will be utilized. (See OS/2 & Windows notes below for further info on
  30.   CoProcessors & those environments.)
  31.  
  32. An 80387SX, 80387DX or a 80487SX will give a *significant* boost in speed. 
  33. It can be as much as 10x faster, even more in some cases. 
  34.  
  35.   For those that are curious about the speed difference between CoProcessor
  36.   and no CoProcessor you can force the use of the floating point emulator
  37.   linked into POV-Ray by typing:   SET NO87=NO COPROCESSOR  <enter>  at the 
  38.   DOS command line. The CoProcessor in your machine will not be used for 
  39.   traces while this is set. After enough torture you can re-enable the 
  40.   CoProcessor by typing   SET NO87=  <enter>  at the DOS command line.
  41.   (With <enter> being the "ENTER" or "RETURN" key on your keyboard.)
  42.  
  43. AT LEAST 2 Megs of RAM is required, *preferably*, & strongly urged, is 4 Megs. 
  44.   (The more the better though, POV-Ray will use all that is available. )
  45.   (Note: Some machines may require more than 2 megs of RAM to run the 
  46.          program.)
  47.  
  48.  
  49.   A Hard Disk is preferred. Since a Virtual Memory Manager is linked into the
  50. program the disk can be used as swap space much like what Windows 3.x (TM)
  51. does to add additional "memory". (See POVMOD.DOC for notes on how to modify
  52. the amount of hard disk space that will be used by the Virtual Memory
  53. Manager. This is *NOT* dynamic and must be adjusted according to your
  54. individual systems available resources.)
  55.  
  56. The program *WILL NOT RUN* on 8088, 8086, 80186 or 80286 based systems!
  57.  
  58. If you get a large message at start-up about an incompatible extended program
  59. in operation and recommending reboot, *REBOOT* your machine IMMEDIATELY, 
  60. --- Don't continue! (Push RESET)
  61. File corruption can result if you continue. (This according to Intel
  62. Doc's) Then restart with a "bare" system, I.E. no TSR's & no memory
  63. managers. You can usually track down the offending program by REMing
  64. out all programs and then adding them back into your autoexec.bat &/or 
  65. config.sys files one at a time.
  66.  
  67.  This version of POV-Ray was compiled with Intel's "Code Builder Kit" version
  68. 1.1ax. There have been several enhancements to the compiler since version 1.0.
  69. The most important being that POV-Ray will now run with most XMS/EMS memory 
  70. managers loaded. In most cases it will run with QEMM, 386^MAX, EMM386, HIMEM 
  71. as well as DOS 5.0's DOS=HIGH.
  72.  
  73.      Being a 32 bit protected mode program, this compile of POV-Ray will
  74.    sometimes expose problems with systems that wont show up under normal
  75.    DOS usage. One common problem is machine lockups or stopping with 
  76.    a "parity error" or "NO ROM BASIC" message. This is most often caused 
  77.    by defective or marginal RAM in the "extended" portion of memory. DOS 
  78.    normally doesn't use this area and will often work fine, even though 
  79.    some of your machines RAM is bad. 
  80.    There are several memory testing utilities on the market that will
  81.    test RAM quite well. ------ Generally the commercial programs will
  82.    be more effective in ID'ing bad RAM than shareware. Sometimes the
  83.    problem can also be that the RAM CMOS setup "wait states" are set 
  84.    too low for the access speed of the RAM used. Occasionally it can 
  85.    be something as simple as oxidation on the connection pads of a
  86.    couple SIMM units that may cause problems.
  87.  
  88.  Some VCPI applications may still be incompatible with this compile of
  89. POV-Ray. It will not run directly under DesqView, DV/X. DesqView/QEMM 
  90. supports VCPI applications & requires that it have access to the CPU 
  91. control registers which is not allowed (directly) in a DPMI environment. 
  92.  
  93. This compile of POV-Ray supports the DPMI 0.9 spec. QEMM in combination 
  94. with it's DPMI host accessory, QDPMI, may give a boost in performance on 
  95. some machines. Make sure that your swap file defined for QDPMI is large 
  96. enough to supply any memory requests POV-Ray might make. Generally it is 
  97. a good idea to set the swap size equal to or larger than the region size 
  98. specified with the POVMOD utility. (3072K as distributed.) See POVMOD.DOC 
  99. for more information on configuring the region size to suit your machines 
  100. available resources.
  101.  
  102.  
  103.     -----------------------------------
  104.          User Reported Problems
  105.     -----------------------------------
  106.  
  107. Problems have been reported by some individuals using file deletion tracking
  108. TSR's. (For recovering deleted/erased files) Since POV-Ray uses a "random 
  109. access" swap file and reconfigures many of the ways things are done by the 
  110. CPU it's self, it is probably a *very* good idea to DISABLE these types of 
  111. programs prior to running POV-Ray. Also, it is prudent to make sure your 
  112. swap file is placed on an UNCOMPRESSED drive. (I.E. don't use Stacker, 
  113. SuperStor, DoubleSpace etc. on the partition your swap file is in. POV-Ray 
  114. will locate it's swap file in the root directory of your C: drive by default. 
  115. See POVMOD.DOC for instructions on how to change the location that POV-Ray 
  116. will use for it's swap file.)
  117.  
  118. Some individuals have experienced problems running under DR DOS 6.0 with it's
  119. PC-KWIK cache active. You may have to disable the caching when using PC-KWIK
  120. (under any operating system) with POV-Ray.
  121.  
  122. From PC-KWIK corporation document, 'PC-KWIK Technical Issues "Summer '92"':
  123.  
  124.         PC-KWIK is unable to recognize memory requests from programs
  125.         using VCPI or DPMI protocols ... For programs [that use VCPI
  126.         or DPMI] it is necessary to reduce the size of the cache and
  127.         disable lending.
  128.  
  129. Since POV-Ray is a DPMI client program it may have problems with PC-KWIK.
  130. PC-KWIK's feature that allows memory to be loaned from the cache memory 
  131. to other applications is what may cause problems. PC-KWIK [the program] 
  132. does not track any memory allocated or used by a DPMI host, and may 
  133. loan this memory, possibly causing corruption of the DPMI driver, 
  134. resulting in a system crash or reboot. This problem seems to exist thru 
  135. version 5.01. PC-KWIK Corp is reported to be aware of the problem.
  136.  
  137. When using PC-KWIK with POV-Ray you should either make sure that you have 
  138. enough memory in your computer so that lending will not occur, reduce the 
  139. size of your cache, (both difficult since POV-Ray will use different amounts
  140. of memory, depending on the image) OR, (best) completely disable PC-KWIK's 
  141. lending feature or remove PC-KWIK it's self when using POV-Ray.
  142.  
  143. Some individuals have reported problems running version 1.0 of POV-Ray on
  144. newer 80486DX2/66 based machines with Vesa Local Buss'. (Lockups etc.)
  145. In these cases running the program under a DPMI server such as OS/2 2.x, 
  146. Win 3.1, or, for straight DOS use, QEMM-386 with it's QDPMI add-on installed
  147. seems to eliminate the problems. POV-Ray 2.0 was compiled with a version 
  148. of the compiler that is 2 revisions newer & may or may not exhibit this
  149. problem. The problem seems to be related to specific chipsets or mother
  150. board designs since most DX2/66's don't seem to have the problem. (In fact 
  151. the distribution EXE files were compiled on one & work fine on it.)
  152.  
  153.  
  154.      ---------------------------------
  155.               OS/2 2.x Notes
  156.      ---------------------------------
  157.  
  158. NOTE: A CoProcessor *MUST* be installed in your machine for this program
  159.       to run well under OS/2 2.x. The FPU emulator linked into POV-Ray 
  160.       cannot be used & OS/2's "built in" FPU emulator is unavailable in a 
  161.       VDM. 
  162.       Note: The program -may- run in a VDM under OS/2 2.1 (it would not 
  163.       under OS/2 2.0) with no CoProcessor installed but timed tests have  
  164.       put it at almost 300X slower than with a CoProcessor installed. 
  165.       It's best to have the CoProcessor. <g>
  166.  
  167.   To run the program under IBM's OS/2 2.x set DPMI_MEMORY_LIMIT under the 
  168. DOS SETTINGS for the session (Windowed or Full Screen) to a value GREATER 
  169. THAN or EQUAL to the REGION SIZE set in the POV-Ray executable. (See 
  170. POVMOD.DOC for more information on setting the region size.) In all cases
  171. POV-Ray may be run in a DOS window under OS/2 2.x if the image render to 
  172. screen support is disabled. The +v1 command line option may be used to
  173. monitor the current line being rendered in this case.  
  174.   You may now also use the +d1 POV-Ray option to force the screen mode to 
  175. be set to 320x200x256, no matter what the image resolution is. This will 
  176. give you a scaled render to a WPS window on the desktop! However, the 
  177. image may appear blocky, colors may be slightly off and the render to 
  178. screen dithering may cause "pattern" aliasing. Also, something in the way 
  179. OS/2 virtualizes the image to the desk top seems to cause 3 or 4 lines of 
  180. the image in the window to not be displayed with some drivers. They are 
  181. evenly spaced blank horizontal lines. It is still quite useful for 
  182. following the progress of your image though.
  183.   The complete render to screen support CAN be used in a FULL SCREEN DOS 
  184. session, however, you may find that you have video sync and/or color 
  185. problems if you attempt to switch to another task during the render, 
  186. *especially* when using HiColor modes. POV-Ray addresses the video HW 
  187. directly, bypassing all of OS/2 2.x's video support, thus OS/2 cant 
  188. "track" what has been done and may not be able to reset the palette and
  189. Horiz/Vert sync correctly. 
  190.  
  191.  
  192.  
  193.      -----------------------------
  194.             Windows Notes
  195.      -----------------------------
  196.  
  197. POV-Ray will run under Windows 3.x as a DOS task in 386 ENHANCED MODE.
  198. (See the OS/2 comments above for similar Video restrictions.)
  199.  
  200. IMPORTANT: A CoProcessor *MUST* be installed in your machine to run this 
  201.            program "stand alone" under Windows 3.x. Windows traps the 
  202.            interrupt the emulator uses and will not allow it to run.
  203.  
  204. In order to run POV-Ray under Windows 3.x in a machine with NO COPROCESSOR
  205. installed in it a Windows support file must be added to your system.
  206.  
  207. Locate the VEMD.386 file included with POV-Ray. This file must be copied 
  208. to your Windows directory and Windows must be configured to use it.
  209. Your SYSTEM.INI file (found in your Windows directory) needs a 
  210. device=path\vemd.386 statement. (Where path is the drive and path to the
  211. directory containing VEMD.386) Do the following to add this support:
  212.  
  213.   Edit your SYSTEM.INI file in the following way to add the statement in
  214.   the [386Enh] section of the SYSTEM.INI file. For example if VEMD.386
  215.   is in your Windows directory on your C: drive you would look for [386Enh]
  216.   and add this after it but before any further [xxxx] definitions:
  217.  
  218.           device=C:\Windows\Vemd.386
  219.  
  220.   Case is not significant. The statement can be added anywhere in the
  221.   [386Enh] section of your SYSTEM.INI file.
  222.  
  223. When running under Windows 3.x the program will work fine as a background
  224. task. It's best to set the program up to use the +v1 text option. The render
  225. to screen (+dxx) may not work for large images, in a window, under Windows.
  226. Render to screen may be used in a full screen session. (See OS/2 notes about 
  227. possible video problems.) 
  228.  
  229.  
  230. Also note that in multitasking environments, the trace time reported at the 
  231. end of the run may not accurately reflect the time it took to *actually* 
  232. create the image.
  233.  
  234.  
  235.  
  236.       -----------------------------
  237.          General DPMI Host Notes
  238.       -----------------------------
  239.  
  240. When running this program under a DPMI host such as OS/2 2.x in a DOS VDM,
  241. Windows 3.x, QEMM+QDPMI or 386Max, the **host** must be configured to provide
  242. for any memory requests that POV-Ray may make. For instance, if you are
  243. running this program under QEMM with it's QDPMI DPMI host add-on installed
  244. you must configure QDPMI to provide a swap file of sufficient size to meet
  245. the parameters set with the POVMOD utility. If you have configured POV-Ray
  246. for a Region Size of 10 Megs QDPMI's swap file should be set at least
  247. that high to make sure QDPMI will be able to provide it. 
  248. See Q&A.DOC and POVMOD.DOC for more information.
  249.  
  250. Support for POV-Ray 2.0 may be obtained on CompuServe in the Graphics
  251. Developers Forum (GO GRAPHDEV), on America On Line in the PC GRAPHICS
  252. forum and on several BBS's around the USA. See POVINFO.DOC for further
  253. information on obtaining help with POV-Ray.
  254.  
  255.  
  256.       -----------------------------
  257.              Display Notes
  258.       -----------------------------
  259.  
  260. The display options have been updated & improved for this version of POV-Ray. 
  261. However, direct hardware render to screen in HiColor modes is supported only 
  262. on the following SVGA display adapters:
  263.  
  264.    Tseng 4000 based cards with Sierra and Sierra compatible Cirrus DAC's. 
  265.    (15 bit Color)
  266.    ATI VGAWonder XL HiColor. (15 bit Color)
  267.    Diamond SpeedSTAR 24X.    (15 and 24 bit Color)
  268.  
  269. These are the _only_ cards that *hardware* HiColor render to screen is 
  270. supported on!
  271.  
  272. All is not lost for users of other adapters though!!!
  273.  
  274. Other cards may be supported thru the VESA 1.1/1.2 spec. If your card has
  275. a VESA BIOS installed (in ROM or as a TSR) you may be able to use the 
  276. HiColor, and/or the TrueColor (24bit), modes that way. Use +dGH for a 
  277. HiColor VESA display and +dGT for a TrueColor VESA display. 
  278.  
  279. Of course your SVGA cards VESA BIOS ** MUST ** support these modes!!!! 
  280. Some cards may have HiColor and TrueColor modes available at the 
  281. *hardware* level but their VESA implementations *** MAY NOT SUPPORT IT!! ***.
  282. Check with your specific cards manufacturer for possible updates/upgrades.
  283.  
  284.  An alternative is to locate a freeware program called UNIVESA by Kendall
  285. Bennett. It is capable of adding VESA 1.2 support, including HiColor and
  286. **in some cases** TrueColor, to many properly equipped SVGA cards. 
  287. (Of course your card must -already- support the HiColor/TrueColor 15/16bit 
  288. or 24bit modes in it's hardware.) It does not work for every case but does
  289. provide an option to be tried. UNIVESA will autodetect what chipset is
  290. used on your SVGA card and install the appropriate VESA TSR as outlined in 
  291. the following excerpt from the UniVESA Docs:
  292.  
  293. ****************************************************************************
  294.  
  295. The Universal VESA TSR contains '386 dependent code, so it will only
  296. run on machines that have an 80386 or better CPU. Currently the
  297. Universal VESA TSR supports the following SuperVGA chipsets (note that
  298. not all of these have been fully tested):
  299.  
  300.     - ATI Technologies 18800, 28800
  301.     - Ahead A & B
  302.     - Chips & Technologies 82c451/452/453
  303.     - Everex
  304.     - Genoa Systems GVGA
  305.     - OAK Technologies OTI-037C, OTI-067, OTI-077
  306.     - Paradise PVGA1A, WD90C00/10/11/30/31
  307.     - NCR 77C20/21/22E
  308.     - Trident 88/8900
  309.     - Video7 V7VGA versions 1-5
  310.     - Tseng Labs ET3000, ET4000
  311.     - AcuMos AVGA2
  312.     - S3 86c911/924/801/805/928
  313.     - Advance Logic AL2101 SuperVGA
  314.     - MXIC 86010 SuperVGA
  315.     - Primus 2000 SuperVGA
  316.     - RealTek 3106 SuperVGA
  317.     - Cirrus CL-GD 5422 SuperVGA
  318.  
  319. ****************************************************************************
  320.  
  321. It has even worked to add VESA HiColor support to my ET4000 based SpeedSTAR+
  322. HiColor in a DOS VDM under OS/2 2.1! It's available in the Graphics Support
  323. Forum (GO GRAPHSUPP) on Compuserve as VESA32.ZIP. It's also available on AOL
  324. in the PC Hardware forum as UVESA32.ZIP. The full source code and program
  325. may be FTP'ed via InterNET from:
  326.  
  327.    godzilla.cgl.rmit.oz.au: kjb/MGL/svgakt??.zip
  328.  
  329. Best of all it's also copyrighted FREEWARE, same as POV-Ray.
  330.  
  331.  
  332.     NOTE: Some T4000 based cards may have problems running in HiColor 
  333.           modes at less than 640x400 resolution. My revision C5 Diamond 
  334.           Computers SpeedSTAR+ HiColor works fine in the 320x200 mode,  
  335.           most cards *do* seem to, although it's not an "advertised" mode 
  336.           for some vendors. (It's not part of the spec from TSENG labs, 
  337.           various manufacturers add it on their own. Diamond & STB are known 
  338.           support it.) Some cards may _simply not work_ in those modes.
  339.  
  340.     NOTE: Due to the unavailability of a protected mode TIGA driver LIB,
  341.           this version of POV-Ray does *NOT* support any TIGA/Truecolor 
  342.           boards at present.
  343.  
  344.  
  345.  
  346.  
  347. The following should work under most conditions, although some machines
  348. seem to have problems with certain combinations of these products. 
  349. Generally the latest versions of these programs are required. 
  350.  
  351.      ----------------------------------
  352.      Compatibility With Memory Managers
  353.      ----------------------------------
  354.      
  355.      POV-Ray can execute with the following memory managers and 
  356.      configurations active:
  357.      
  358.           Qualitas' 386MAX V6.0/V6.01d
  359.           DOS 5.0/6.x's EMM386
  360.           DOS 5.0/6.x's DOS=HIGH  (See note below.)
  361.           Quarterdeck's QEMM-386 V6.00 and higher
  362.           Helix Software's NETROOM V2.2
  363.      
  364.      
  365.      ------
  366.      386MAX
  367.      ------
  368.      
  369.      If you use the EMS=n option, set n to a value greater than 0 to enable
  370.      services required by POV-Ray.
  371.      
  372.      If you use the EXT=n option, set n to a value greater than 0 because
  373.      extended memory is required to run POV-Ray.
  374.      
  375.      -----------
  376.      DOS 5.0/6.x
  377.      -----------
  378.      
  379.      You can run under the DOS 5.0/6.x DOSSHELL without the Task Swapper
  380.      enabled.  If you attempt to execute when the Task Swapper is enabled,
  381.      you receive the following message:
  382.      
  383.           DOS Extender:  Error X0116:  Cannot execute with DOSSHELL's task
  384.           swapper enabled.
  385.      
  386.      If you use the DOS=HIGH configuration, be sure to use a memory
  387.      manager, such as EMM386, QEMM-386, NETROOM, Windows, or 386MAX, to
  388.      ensure proper handling of the A20 address line.
  389.      
  390.      Some systems (mostly Intel486(TM) processor-based) can exhibit
  391.      problems relating to proper handling of the A20 address line when
  392.      executing under DOS 5.0 with DOS=HIGH and the HIMEM.SYS memory
  393.      manager.  To work around these problems, use the /machine:2 option in
  394.      the device=HIMEM.SYS command in your config.sys file; if problems
  395.      still exist, remove the DOS=HIGH configuration.
  396.      
  397.      --------
  398.      QEMM-386
  399.      --------
  400.      
  401.      Because extended memory is required to run POV-Ray, do not use the 
  402.      NOXMS option.
  403.      
  404.      If you use the DOS=HIGH configuration for DOS 5.0, do not use the
  405.      QEMM-386 OFF option:  this option disables services necessary for
  406.      proper handling of the A20 address line, as explained above.  Note
  407.      that the QEMM-386 RAM option overrides the OFF option.
  408.  
  409.      Note: Quarterdeck's DPMI server for QEMM may give a slight improvement 
  410.            in rendering speed on some machines when installed.
  411.      
  412.      ----------------------------------------
  413.      Compatibility With Disk-caching Programs
  414.      ----------------------------------------
  415.      
  416.      POV-Ray can execute with the following disk-caching programs:
  417.      
  418.           Microsoft's SMARTDrive
  419.           Multisoft's Super PC-KWIK   (See PC-KWIK notes above!)
  420.           Qualitas' QCache
  421.           HyperWare's HyperDisk
  422.  
  423.       It has also been reported that POVRAY will run fine with the
  424.       PC-Tools "PC-CACHE" program installed. Some problems have been
  425.       reported by users of PC-KWIK.....   Again, recent versions
  426.       of the programs are the best ones to use.
  427.  
  428.  
  429.      --------------------------------------
  430.      Floating-point Emulator Error Messages
  431.      --------------------------------------
  432.      
  433.      The floating-point emulator linked into the POV-Ray executable can 
  434.      emit the following error messages.
  435.           
  436.           NPX Emulator: Error X0000: Not supported under this DPMI host.
  437.             See Section 1 in these release notes for a list of supported
  438.             memory managers.  This message formerly read "The emulator
  439.             is not supported under this DPMI host yet!"
  440.           
  441.           NPX Emulator: Error X0001: VEMD.386 not installed - Unable to
  442.                                      install emulator.
  443.             VEMD.386 Emulator not installed. Check for proper setup of
  444.             your WIN.INI file as explained earlier in this doc file.
  445.             This message formerly read "VEMD.386 not installed; unable 
  446.             to install the emulator!"
  447.           
  448.           NPX Emulator: Error X0002: DPMI Host Get Coprocessor Status
  449.                                      failed.
  450.             An error occurred while trying to initialize the system FPU.
  451.  
  452.  
  453. Have fun!
  454.  
  455. Bill Pulver
  456.  
  457. For questions specific to the operation of *this* compile of POV-Ray I can 
  458. be reached at the following "addresses". If you use any of the InterNET
  459. gateways to these services please include your "return address" in the
  460. body of your message. I have received several messages thru CIS's InterNET
  461. gateway over the last year & had my repeated attempts to respond bounced by 
  462. the mail server. Perhaps CIS is not keeping the originating info intact?? 
  463. I apologize to anyone that sent me messages & thought I was ignoring them. 
  464. I tried to respond to *all* the messages I received.
  465.  
  466. CIS     : 70405,1152                 <---- Most often used.
  467. InterNET: 70405.1152@compuserve.com
  468. AOL     : BPulver
  469.  
  470.  
  471. Less often used:
  472.  
  473. Delphi  : BILLP
  474. Prodigy : NCCJ93A
  475. Genie   : B.Pulver
  476.  
  477.  
  478. 9/26/93
  479.  
  480.  
  481. Parts of this document are from the Intel Code Builder support docs.
  482.  
  483.           From Intel Document number 485213-001.
  484.           Copyright 1992, Intel Corporation.  All rights reserved.
  485.           
  486.           Code Builder and Intel486 are trademarks and Intel is a
  487.                registered trademark of Intel Corporation.
  488.           Borland and Turbo Assembler are registered trademarks of
  489.                 Borland International, Inc.
  490.           Microsoft is a registered trademark and Windows is a
  491.                trademark of Microsoft Corporation.
  492.           QEMM-386 is a trademark of Quarterdeck Office Systems.
  493.           NETROOM is a registered trademark of Helix Software Company.
  494.           Qualitas and 386MAX are registered trademarks and QCache is a
  495.                 trademark of Qualitas, Inc.
  496.           Easy-OMF is a trademark of Phar Lap Software, Inc.
  497.           PC-KWIK is a registered trademark of Multisoft Corporation.
  498.           HyperWare and HyperDisk are trademarks of Roger Cross.
  499.